home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part2 / 15564 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.3 KB

  1. Path: in1.uu.net!telepath!usenet
  2. From: tetron@telepath.com
  3. Newsgroups: comp.lang.c++
  4. Subject: Re: MSVC 1.52
  5. Date: Sat, 06 Apr 96 09:45:45 PDT
  6. Organization: Telepath
  7. Message-ID: <NEWTNews.828813091.15378.tetron@tetron.telepath.com>
  8. References: <31605aa7.0@news.newhope.com>
  9. NNTP-Posting-Host: zoom2216.telepath.com
  10. Mime-Version: 1.0
  11. Content-Type: TEXT/PLAIN; charset=US-ASCII
  12. X-Newsreader: NEWTNews & Chameleon -- TCP/IP for MS Windows from NetManage
  13.  
  14.  
  15. <timothy@smasher.rs.itd.umich.edu> mumbled:
  16.  
  17. >> Does anyone have any good tricks to get MSVC to compile
  18. >> faster! I have a 486-SX50 w/ 8Meg, and it takes 10
  19. >> minutes to do a build even with Precompiled Headers,
  20. >> and all the optimizaions! Help!
  21.  
  22. Not to be glib, but faster processor, 8 more MB of RAM and 
  23. a fast IDE or SCSI interface.  Make sure you have a 
  24. permanent swap file, turn off optimizations and make sure 
  25. you have a temp or tmp environment variable.  Keep your 
  26. temp files on a different drive from you swap file.  Also, 
  27. make sure you are not executing any files from the CDROM.  
  28. On my pentium 120 with 32MB RAM and all the doo-dads, a 
  29. rather large project (1.5M Lines) takes about 45 minutes 
  30. to an hour.  You ten minutes sounds pretty good to me.
  31.  
  32. Gene Harris
  33. Tetron Software
  34. tetron@telepath.com
  35. http://www.telepath.com/tetron
  36.  
  37.